Retrieve objects stored in mappable vector library
# S3 method for MVL
[(MVLHANDLE, y, raw = FALSE, ref = FALSE, drop = TRUE)
Stored object
- handle to opened MVL file as generated by mvl_open
- name of object to retrieve
- request to return data in raw format when it does not map exactly to R data types.
- always return an MVL_OBJECT
- whether to drop dimensionality, such as when a sublist contains only one element
See mvl_open
for example.